type log/slog.commonHandler

19 uses

	log/slog (current package)
		handler.go#L90: 	ch *commonHandler
		handler.go#L97: 		ch:     &commonHandler{json: false},
		handler.go#L186: type commonHandler struct {
		handler.go#L201: func (h *commonHandler) clone() *commonHandler {
		handler.go#L203: 	return &commonHandler{
		handler.go#L217: func (h *commonHandler) enabled(l Level) bool {
		handler.go#L225: func (h *commonHandler) withAttrs(as []Attr) *commonHandler {
		handler.go#L257: func (h *commonHandler) withGroup(name string) *commonHandler {
		handler.go#L265: func (h *commonHandler) handle(r Record) error {
		handler.go#L363: func (h *commonHandler) attrSep() string {
		handler.go#L374: 	h       *commonHandler
		handler.go#L387: func (h *commonHandler) newHandleState(buf *buffer.Buffer, freeBuf bool, sep string) handleState {
		json_handler.go#L24: 	*commonHandler
		json_handler.go#L35: 		&commonHandler{
		text_handler.go#L22: 	*commonHandler
		text_handler.go#L33: 		&commonHandler{